home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / comm / faxhvn50.zip / FHSEND.BAT < prev    next >
DOS Batch File  |  1996-05-27  |  2KB  |  43 lines

  1. Echo off
  2. REM *********************************************************************/
  3. REM                                                                     */
  4. REM   SYSTEM       : FAXHAVEN                                           */
  5. REM   COPYRIGHT    : (c) 1994 HTF CONSULTING                            */
  6. REM                                                                     */
  7. REM *********************************************************************/
  8. REM                                                                     */
  9. REM   BAT file name: FHSEND.bat                                         */
  10. REM   DESCRIPTION  : Build and execute a user customized conversion     */
  11. REM                  procedure for EPSON to FAX w. View & Send options  */
  12. REM                  This Batch file does not Load or terminate BTS.com */
  13. REM                  it is owned and operated by FAXHAVEN as a slave    */
  14. REM                                                                     */
  15. REM *********************************************************************/
  16. REM
  17. CLS
  18. REM - Echo  Build and execute a customized Epson to FAX conversion procedure
  19. REM - Echo  Enter BREAK to abort or . . .
  20. REM   Echo %0 %1 %2 %3 %4 %5
  21. REM   Pause
  22.  
  23. EP2LQFAX.exe %1 %2 %3 %4 %5 %6
  24. if errorlevel 90 goto Quit
  25.  
  26. if not errorlevel 20 goto Doit
  27.  
  28. CLS
  29. ECHO Print Capture is Set up.  You have 100 seconds to being printing.
  30. ECHO 5 seconds after the last byte of print data Print Capture will complete.
  31. ECHO Then you must enter "FAXIT" from the DOS prompt to convert and send your FAX.
  32. PAUSE
  33. goto Quit
  34.  
  35. :Doit
  36. CLS
  37. Echo ====================
  38. Echo Conversion underway!
  39. Echo ====================
  40. FAXIT.exe
  41. REM Pause
  42. :Quit
  43.